hostlist-parser 0.1.6

Parses hostlist expressions into a Vec of Strings
Documentation
---
source: src/lib.rs
assertion_line: 446
expression: "parse(\"\")"

---
Err(
    Errors {
        position: 0,
        errors: [
            Unexpected(
                Static(
                    "no host found",
                ),
            ),
            Unexpected(
                Static(
                    "end of input",
                ),
            ),
        ],
    },
)